@charset "utf-8";
/* CSS Document */

body
{margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;

}
h1,h2,h3,h4
{margin:0px;
padding:opx;

}
h1
{
	text-transform:uppercase;
	color:#00adf0;
	font-size: 46px;
	text-align:center;
	
}
h2
{
	color:#d43338;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 34px;

}
h3
{
	color:#1e1c1c;
	text-align:center;
	padding-top:5px;
	font-size: 24px;
}
h4
{
	text-align:center;
	color:#1a1717;
	font-size: 20px;
}


table
{border:none;
border-collapse:collapse;
width:100%;

}
td
{border:#757173 solid 1px;
margin:0;
padding:0;
padding:3px 18px;
}
tr
{margin:0;
padding:0;
}
 input[type="text"] {
	 border:none;
	 width:100%;
 }
 textarea
 {border:none;
 width:100%;
 }
.all
{
	width:1000px;
	margin:auto;
	height: auto;
}
.tp
{
	height:66px;
	background-color:#dee8ed;

}
.hdng
{height:135px;
background-color:#dee8ed;
}
.bnr
{
	width:1000px;
	height:auto;
}
.title
{
padding:5px 0px;
background-color:#33426b;
color:#FFF;
text-align:center;
}
.title_s
{
	
	height:25px;
	background-color:#33426b;
	color:#FFF;
	padding-top: 5px;
	padding-left: 20px;
}
.tbl_left
{
	width:565px;
	height:auto;
	float:left;
	border:#FFFFFF solid 1px;
}
.tbl_right
{width:431px;
float:left;
border:#FFFFFF solid 1px;
}
.sg_lft
{
	width:112px;
	float:left;
	margin-top: 20px;
}
.sg_rgt
{
	width:360px;
	float:left;
	padding-top:32px;
	text-align:center;
	margin-top: 20px;
}
.all_bm
{
	width:100%;
	height:475px;
}
.bt
{
height:auto;
border:#383336 solid 1px;
}
.buttonSubmit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:17px;
	-moz-border-radius-topleft:17px;
	border-top-left-radius:17px;
	-webkit-border-top-right-radius:17px;
	-moz-border-radius-topright:17px;
	border-top-right-radius:17px;
	-webkit-border-bottom-right-radius:17px;
	-moz-border-radius-bottomright:17px;
	border-bottom-right-radius:17px;
	-webkit-border-bottom-left-radius:17px;
	-moz-border-radius-bottomleft:17px;
	border-bottom-left-radius:17px;
	text-indent:3.2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:25px;
	width:145px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin-left: 850px;
	
	margin-bottom: 40px;
	
}
.buttonSubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.buttonSubmit:active {
	position:relative;
	top:1px;
}